gltexture: Use the right context
authorMatthias Clasen <mclasen@redhat.com>
Tue, 31 Jan 2023 12:23:59 +0000 (07:23 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 1 Feb 2023 10:32:07 +0000 (11:32 +0100)
commit1cb621633c8539cc11e91b978ce03fa451efca5b
treed857b3deccf5c7c175b6f6d8206b22cc57e6af88
parentcab5f2bd8d234347aec76177411e1b99adce44b7
gltexture: Use the right context

When checking characteristics of the context
for downloading, we were using self->context,
even though we are using a possibly different
context for downloading.

Pass the right context along and use it.
gdk/gdkgltexture.c